BitSHRN(number, count) Returns number bitwise shifted without rotation to the right by count bits. See also BitSHLN.
Returns number bitwise shifted without rotation to the right by count bits.
See also BitSHLN.
Long integer to be shifted to the right.
Integer specifying number of bits the number should be shifted.